/*
====================================================================================================================================================================
                                                    Start Content Properties
====================================================================================================================================================================
*/

section#title {
    color: white;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 35%;
    font-family: 'Garamond'

}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
 background-color: #f2f2f2;
 width: 50%; /* Full width */
 padding: 12px; /* Some padding */
 border: 1px solid #ccc; /* Gray border */
 border-radius: 4px; /* Rounded borders */
 box-sizing: border-box; /* Make sure that padding and width stays in place */
 margin-top: 6px; /* Add a top margin */
 margin-bottom: 16px; /* Bottom margin */
 resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
 background-color: #172035;
 color: white;
 padding: 12px 20px;
 border: none;
 cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
 background-color: #09568d;
}

/* Add a background color and some padding around the form */
.container {
 border-radius: 5px;
 padding: 20px;
}


.cv {
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #172035;
  color: white;
  border: 3px solid #848482;
}

.cv:hover {
  background-color: #09568d;
}

.column {
  float: left;
  text-decoration: none;
  margin:50px;
}


/*
====================================================================================================================================================================
                                                    End Content Properties
====================================================================================================================================================================
*/
